home *** CD-ROM | disk | FTP | other *** search
- /*
- File: ModemStub.h
-
- Contains: xxx put contents here xxx
-
- Version: xxx put version here xxx
-
- Copyright: © 1998 by Apple Computer, Inc., all rights reserved.
-
- File Ownership:
-
- DRI: xxx put dri here xxx
-
- Other Contact: xxx put other contact here xxx
-
- Technology: xxx put technology here xxx
-
- */
-
- #ifndef _MODEMSTUB_
- #define _MODEMSTUB_
-
- /********************************************************************************************/
- //
- // Prototypes
- //
- /********************************************************************************************/
-
- static OSStatus modemDriverValidateHW(USBDeviceRef device, USBDeviceDescriptor *desc);
- static OSStatus modemDriverInitInterface(UInt32 interfaceNum, USBInterfaceDescriptor *interfaceDesc, USBDeviceDescriptor *deviceDesc, USBDeviceRef device);
- static OSStatus modemDriverInitialize(USBDeviceRef device, USBDeviceDescriptorPtr pDesc, UInt32 busPowerAvailable);
- static OSStatus modemDriverFinalize(USBDeviceRef device, USBDeviceDescriptorPtr pDesc);
- static OSStatus ExpertEntryProc(ExpertNotificationProcPtr pExpertNotify);
- static OSStatus modemDriverNotifyProc(UInt32 notification, void *pointer, UInt32 refcon);
-
- #endif
-